/*banner部分*/
.banner {
    width: 100%;
    position: relative;
}

.banner img {
    width: 100%;
    height: 100%;
    z-index: 20;
}

.banner .bd li {
    position: relative;
    z-index: 10;
}

.banner .prev {
    position: absolute;
    top: 45%;
    left: 7%;
    cursor: pointer;
    width: 28px;
    height: 48px;
}
.banner .next {
    position: absolute;
    top: 45%;
    right: 7%;
    cursor: pointer;
    width: 28px;
    height: 48px;
}

.banner .bd .banner-desc {
    position: absolute;
    top: 35%;
    left: 20%;
    display: flex;
    align-items: center;
    z-index: 50;
    letter-spacing: 2px;
}

.banner .bd .banner-desc p {
    color: #ffffff;
    font-weight: bold;
    font-size: 38px;
    margin-bottom: 30px;
}

.banner .bd .banner-desc .banner-bottom-title {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    margin: 30px 0;
    padding-bottom: 30px;
}

.banner .bd .banner-desc span {
    display: block;
    color: #ffffff;
    font-weight: 400;
    opacity: 0.6;
}

@font-face {
    font-family: 'index-title';
    src: url('./index-title.ttf');
}

@font-face {
    font-family: 'index-subtitle';
    src: url('./index-subtitle.ttf');
}

/*产品列表*/
/*banner部分*/
.banner {
    width: 100%;
    position: relative;
}

.banner img {
    width: 100%;
    height: 100%;
    z-index: 20;
}

.banner .bd li {
    position: relative;
    z-index: 10;
}

.banner .prev {
    position: absolute;
    top: 45%;
    left: 7%;
    cursor: pointer;
    width: 28px;
    height: 48px;
}
.banner .next {
    position: absolute;
    top: 45%;
    right: 7%;
    cursor: pointer;
    width: 28px;
    height: 48px;
}
/* @font-face {
    font-family: 'index-title';
    src: url('./index-title.ttf');
}

@font-face {
    font-family: 'index-subtitle';
    src: url('./index-subtitle.ttf');
} */
.search{
	height: 80px;
	width: 100%;
	background: #F7F7F7;
}
.search .container{
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 100%;
}
.search .left{
	display: flex;
	align-items: center;
}
.search .left .icon{
	width: 12px;
	height: 19px;
	background: url(../img/search-icon-1.png) no-repeat center center;
	margin-right: 14px;
}
.search .left .key{
	display: flex;
	color: #444;
	font-size: 16px;
	font-family: Source Han Sans CN, Source Han Sans CN-Regular;
}
.search .left .key div a{
	color:#444444;
	margin: 0 4px;
	font-size: 16px;
	font-family: Source Han Sans CN, Source Han Sans CN-Regular;
}
.search .left .key div a:hover{
	color: #4472EE;
}
.search .right{
	width: 230px;
	height: 40px;
	border-radius: 20px;
	border: 1px solid #dcdcdc;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.search .right input{
	height: 100%;
	background: rgba(255,255,255,0);
	font-size: 14px;
	margin-left: 35px;
	width: 130px;
}
.search .right .icon{
	width: 50px;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #4472EE;
	outline: none;
	border-top-right-radius: 20px;
	border-bottom-right-radius: 20px;
}
/*产品列表*/
.product-box {
	padding-top: 1px;
	padding-bottom: 67px;
}
.product-box .container .title {
    text-align: center;
    margin-top: 50px;
}
.product-box .container .product-box-title-bg{
	margin: 15px auto;
	width: 325px;
	height: 6px;
}
.product-box .container .product-box-title-bg img{
	width: 100%;
}
.product-box .container .title span {
    font-size: 42px;
    color: #231815;
	font-weight: bold;
    line-height: 42px;
	letter-spacing: 3px;
}
.product-box .container .title-bottom {
    display: flex;
    justify-content: center;
    align-items: center;
}

.product-box .container .title-bottom span {
   font-size: 20px;
   font-family: Microsoft YaHei, Microsoft YaHei-Regular;
   font-weight: 400;
   text-align: left;
   color: #666666;
   line-height: 20px;
   letter-spacing: 2px;
}

.product-box .product-main{
	display: flex;
	justify-content: space-between;
	margin-top: 37px;
}
.product-box .product-main .main-left .left-top{
	width: 240px;
	height: 110px;
	background: linear-gradient(270deg,#4472ee 0%, #0a33a0 100%);
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}
.product-box .product-main .main-left .left-top .left-title{
	font-size: 24px;
	color: #fff;
	font-weight: bold;
	letter-spacing: 2px;
	display: flex;
	align-items: center;
}
.product-box .product-main .main-left .left-top .left-title .icon{
	display: inline-block;
	width: 21px;
	height: 21px;
	margin-right: 10px;
	background: url(../img/product-icon-1.png) no-repeat center center;
}
.product-box .product-main .main-left .left-top .left-text{
	color: rgba(255,255,255,0.9);
	letter-spacing: 1px;
	font-family: Arial;
	font-size: 14px;
	margin-top: 15px;
}
.product-box .product-main .main-left .left-menu{
	background: #fff;
}
.product-box .product-main .main-left .left-menu .menu-item{
	height: 50px;
	background: #f4f4f4;
}
.product-box .product-main .main-left .left-menu .menu-item a{
	height: 50px;
	margin-top: 1px;
	font-size: 16px;
	padding-left: 30px;
	padding-right: 30px;
	display: flex;
	align-items: center;
	color: #2f2f2f;
}
.product-box .product-main .main-left .left-menu .menu-item a::before{
	display: inline-block;
	content: "";
	width: 10px;
	height: 10px;
	border: 1px solid #2f2f2f;
	border-radius: 50%;
	margin-right: 7px;
}
.product-box .product-main .main-left .left-menu .on{
	background: linear-gradient(270deg,#4472ee 0%, #0a33a0 100%);
}
.product-box .product-main .main-left .left-menu .on a{
	color: #FFF;
}
.product-box .product-main .main-left .left-menu .on a::before{
	border: 1px solid #FFF;
	background: #FFF;
}
.product-box .product-main .main-left .left-footer{
	background: url(../img/product-icon-3.png) no-repeat center center;
	height: 106px;
	padding-top: 1px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.product-box .product-main .main-left .left-footer .footer-top{
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 14px;
}
.product-box .product-main .main-left .left-footer .footer-top .icon{
	width: 40px;
	height: 40px;
	background: url(../img/product-icon-2.png) no-repeat center center;
}
.product-box .product-main .main-left .left-footer .footer-text{
	color: #fff;
	font-size: 18px;
	letter-spacing: 2px;
	line-height: 18px;
}
.product-box .product-main .main-left .left-footer .footer-bottom span{
	color: #fff;
	text-align: center;
	font-size: 18px;
	display: inline-block;
	margin-top: 15px;
	line-height: 18px;
	font-weight: bold;
	letter-spacing: 0px;
}
.product-box .product-main .main-right .right-item{
	display: none;
	margin-left: 20px;
}
.product-box .product-main .main-right .on{
	display: block;
}
.product-box .product-main .main-right .right-top{
	width: 938px;
	height: 485px;
	position: relative;
}
.product-box .product-main .main-right .right-top img{
	width: 100%;
	height: 100%;
}
.product-box .product-main .main-right .right-top .icon{
	position: absolute;
	bottom: 64px;
	left: -20px;
}
.product-box .product-main .main-right .right-top .icon .icon-1{
	width: 20px;
	height: 10px;
	background: linear-gradient(150deg,rgba(0,0,0,0) 0%,rgba(0,0,0,0) 50%,#BF4307 50%,#BF4307 100%);
}
.product-box .product-main .main-right .right-top .icon .icon-main{
	background: #FF7938;
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	letter-spacing: 2px;
	width: 300px;
	height: 66px;
	text-align: center;
	line-height: 66px;
}
.product-box .product-main .main-right .right-bottom{
	height: 140px;
	background: #F9F9F9;
	padding-top: 1px;
}
.product-box .product-main .main-right .right-bottom .bottom-tit{
	font-size: 24px;
	font-family: Source;
	font-weight: 700;
	text-align: center;
	color: #333333;
	line-height: 24px;
	letter-spacing: 2px;
	margin-top: 39px;
}
.product-box .product-main .main-right .right-bottom .bottom-text{
	font-size: 16px;
	font-weight: 400;
	text-align: center;
	color: #424242;
	line-height: 16px;
	letter-spacing: 1px;
	margin-top: 15px;
}
.product-box .bottom{
	margin-top: 19px;
	position: relative;
}
.product-box .bottom .item-prev{
	position: absolute;
	width: 38px;
	height: 38px;
	background: url(../img/product-icon-4.png) no-repeat center center;
	left: -41px;
	top: 50%;
	transform: translateY(-50%);
	cursor: pointer;
}
.product-box .bottom .item-next{
	position: absolute;
	width: 38px;
	height: 38px;
	background: url(../img/product-icon-5.png) no-repeat center center;
	right: -41px;
	top:50%;
	transform: translateY(-50%);
	cursor: pointer;
}
.product-box .bottom .item-box{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.product-box .bottom .item-box .item{
	width: 285px;
	height: 200px;
	position: relative;
	margin-right: 20px;
	display: block;
}
.product-box .bottom .item-box .item img{
	width: 100%;
	height: 100%;
}
.product-box .bottom .item-box .item .item-text{
	position: absolute;
	bottom: 0;
	left: 0;
	height: 60px;
	width: 100%;
	background: rgba(0,0,0,0.5);
	display: flex;
	align-items: center;
	justify-content: center;
}
.product-box .bottom .item-box .item .item-text span{
	font-size: 18px;
	font-weight: 400;
	color: #ffffff;
	line-height: 18px;
	letter-spacing: 1px;
}
.product-box .product-btn{
	margin-top: 60px;
	text-align: center;
}
.product-box .product-btn .btn{
	margin: 0 auto;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #1E6FCB;
	color: #fff;
	font-size: 18px;
	width: 254px;
	height: 68px;
	border-radius: 10px;
}
.product-box .product-btn .btn .icon{
	width: 17px;
	height: 17px;
	margin-left: 6px;
}
.product-box .classify .classify-right .as {
    margin-left: 22px;
}

.product-box .classify .classify-right .is {
    margin-bottom: 26px;
}

.advantage-box {
    height: 650px;
    background: #F6F6F6;
    position: relative;
	padding: 1px;
}
.advantage-box .advantage-tit{
	margin-top: 49px;
}
.advantage-box .advantage-tit .tit-bg{
	font-size: 48px;
	font-weight: 700;
	color: #e6e6e6;
	line-height: 48px;
	letter-spacing: 6px;
	text-align: center;
}
.advantage-box .advantage-tit .tit{
	font-size: 36px;
	font-weight: 700;
	color: #224dbe;
	line-height: 36px;
	letter-spacing: 5px;
	text-align: center;
	margin-top: -32px;
}
.advantage-box .main{
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 37px;
}
.advantage-box .main .open{
	width: 605px !important;
	height: 445px;
	padding:0;
}
.advantage-box .main .show{
	display: block !important;
}
/* .advantage-box .main .close{
	width: 160px;
	height: 445px;
	padding:35px 0 22px 0;
} */
.advantage-box .main .close .small{
	display: block !important;
}
.advantage-box .main .open .small{
	display: none !important;
}
.advantage-box .main .close .big{
	display: none !important;
}
.advantage-box .main .open .big{
	display: block !important;
}
/* 改 */
.advantage-box .main .left{
	/* width: 605px;
	height: 445px; */
	width: 0px;
	height: 0px;
	overflow: hidden;
	flex-shrink: 0;
	transition: 1s;
}
.advantage-box .main .right .box{
	display: flex;
	align-items: center;
	justify-content: space-around;
}
.advantage-box .main .right .item .img-box{
	margin: 0 auto;
	width: 160px;
}
.advantage-box .main .right .item .img-box img{
	width: 100%;
}
/* 改 */
.advantage-box .main .left img{
	width: 100%;
	height: 330px;
}
.advantage-box .main .left .bottom{
	height: 115px;
	background: #4472EE;
	padding: 1px;
}
.advantage-box .main .left .bottom .bottom-tit{
	margin-top: 25px;
}
.advantage-box .main .left .bottom .bottom-tit .text{
	font-size: 24px;
	font-weight: 700;
	color: #ffffff;
	line-height: 24px;
	letter-spacing: 2px;
	margin-right: -5px;
	margin-left: 47px;
}
.advantage-box .main .left .bottom .bottom-tit span{
	font-size: 18px;
	color: #A0BAFF;
	letter-spacing: 0px;
	font-family: Arial;
}
.advantage-box .main .left .bottom .bottom-text{
	font-size: 16px;
	font-weight: 400;
	color: #ffffff;
	line-height: 16px;
	letter-spacing: 1px;
	margin-top: 21px;
	margin-left: 46px;
}
/* 改 */
.advantage-box .main .right{
	display: flex;
	justify-content: center;
	margin-left: 34px;
	flex: 1;
	height: 100%;
}
/* 改 */
.advantage-box .main .right .item{
	height: 100%;
	margin: 0 20px;
	width: 160px;
	overflow: hidden;
	transition: 1s;
	width: 160px;
}
.advantage-box .main .right .small{
	display: block;
	border-top: 2px solid #E5E5E5;
	border-bottom: 2px solid #E5E5E5;
	padding: 35px 0 22px 0;
}
.advantage-box .main .big{
	display: none;
	width: 605px;
	height: 445px;
}
.advantage-box .main .big img{
	width: 100%;
	height: 330px;
}
.advantage-box .main .big .bottom{
	height: 115px;
	background: #4472EE;
	padding: 1px;
}
.advantage-box .main .big .bottom .bottom-tit{
	margin-top: 25px;
}
.advantage-box .main .big .bottom .bottom-tit .text{
	font-size: 24px;
	font-weight: 700;
	color: #ffffff;
	line-height: 24px;
	letter-spacing: 2px;
	margin-right: -5px;
	margin-left: 47px;
}
.advantage-box .main .big .bottom .bottom-tit span{
	font-size: 18px;
	color: #A0BAFF;
	letter-spacing: 0px;
	font-family: Arial;
}
.advantage-box .main .big .bottom .bottom-text{
	font-size: 16px;
	font-weight: 400;
	color: #ffffff;
	line-height: 16px;
	letter-spacing: 1px;
	margin-top: 21px;
	margin-left: 46px;
}
/* 改 */
.advantage-box .main .right .item .num{
	text-align: center;
	font-size: 24px;
	font-family: Arial;
	font-weight: 400;
	color: #666666;
	line-height: 24px;
	letter-spacing: 2px;
	margin-top: 10px;
}
.advantage-box .main .right .item .tit{
	font-size: 24px;
	font-weight: 700;
	text-align: center;
	color: #222222;
	letter-spacing: 2px;
	line-height: 24px;
	margin-top: 25px;
}
.advantage-box .main .right .item .text{
	font-size: 15px;
	text-align: center;
	color: #666666;
	line-height: 16px;
	margin-top: 21px;
}
.advantage-box .main .right .item .icon{
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 25px;
	height: 25px;
	background: url(../img/advantage-icon-1.png) no-repeat center center;
	margin-top: 56px;
}
.after-sale {
	padding-top: 1px;
	position: relative;
}
.after-sale .container .title {
    text-align: center;
    margin-top: 50px;
}
.after-sale .container .after-sale-title-bg{
	margin: 15px auto;
	width: 325px;
	height: 6px;
}
.after-sale .container .after-sale-title-bg img{
	width: 100%;
}
.after-sale .container .title span {
    font-size: 42px;
    color: #231815;
	font-weight: bold;
    line-height: 42px;
	letter-spacing: 3px;
}
.after-sale .container .title-bottom {
    display: flex;
    justify-content: center;
    align-items: center;
}
.after-sale .container .title-bottom span {
   font-size: 20px;
   font-family: Microsoft YaHei, Microsoft YaHei-Regular;
   font-weight: 400;
   text-align: center;
   color: #666666;
   line-height: 20px;
   letter-spacing: 2px;
}
.after-sale .main{
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top: 17px;
}
.after-sale .main .item{
	width: 590px;
	height: 294px;
	padding: 36px 40px 41px 44px;
	margin-top: 20px;
	transition: .6s;
	overflow: hidden;
}
.after-sale .main .item:hover{
	background-size: 110% 110%;
}
.after-sale .main .item .box{
	width: 272px;
}
.after-sale .main .item .icon{
	width: 51px;
	height: 29px;
}
.after-sale .main .item .tit{
	font-size: 24px;
	font-family: Source Han Sans CN;
	font-weight: 700;
	color: #333333;
	line-height: 24px;
	margin-top: 4px;
}
.after-sale .main .item .tit-text{
	font-size: 18px;
	font-family: Arial;
	font-weight: 400;
	color: #bababa;
	line-height: 18px;
	margin-top: 9px;
}
.after-sale .main .item .icon-1{
	width: 20px;
	height: 2px;
	background: #333333;
	margin-top: 9px;
}
.after-sale .main .item .text{
	font-size: 18px;
	font-weight: 400;
	text-align: justify;
	color: #666666;
	line-height: 30px;
	letter-spacing: 1px;
	margin-top: 22px;
}
.after-sale .main .float-right{
	float: right;
}
.after-sale .main .bg-1{
	background: url(../img/after-bg-1.jpg) no-repeat center center;
	background-size: 100% 100%;
}
.after-sale .main .bg-2{
	background: url(../img/after-bg-2.jpg) no-repeat center center;
	background-size: 100% 100%;
}
.after-sale .main .bg-3{
	background: url(../img/after-bg-3.jpg) no-repeat center center;
	background-size: 100% 100%;
}
.after-sale .main .bg-4{
	background: url(../img/after-bg-4.jpg) no-repeat center center;
	background-size: 100% 100%;
}
.case{
	padding: 1px;
	height: 930px;
	background: #F6F6F6;
	margin-top: 46px;
}
.case .container .title {
    text-align: center;
    margin-top: 50px;
}
.case .container .case-title-bg{
	margin: 15px auto;
	width: 325px;
	height: 6px;
}
.case .container .case-title-bg img{
	width: 100%;
}
.case .container .title span {
    font-size: 36px;
    color: #231815;
	font-weight: bold;
    line-height: 36px;
	letter-spacing: 3px;
}
.case .container .title-bottom {
    display: flex;
    justify-content: center;
    align-items: center;
}
.case .container .title-bottom span {
   font-size: 16px;
   font-family: Microsoft YaHei, Microsoft YaHei-Regular;
   font-weight: 400;
   text-align: center;
   color: #666666;
   line-height: 16px;
   letter-spacing: 2px;
}
.case .main{
	margin-top: 37px;
	position: relative;
	width: 1200px;
}
.case .main .img-box{
	width: 1200px;
	height: 560px;
}
.case .main img{
	width: 100%;
	height: 100%;
}
.case .main .prev-btn{
	width: 20px;
	height: 34px;
	background: url(../img/case-icon-prev.png) no-repeat center center;
	position: absolute;
	bottom: 30px;
	left: 0;
	cursor: pointer;
}
.case .main .next-btn{
	width: 20px;
	height: 34px;
	background: url(../img/case-icon-next.png) no-repeat center center;
	position: absolute;
	bottom: 30px;
	right: 0;
	cursor: pointer;
}
.case .main .main-text{
	display: flex;
	align-items: center;
	width: 1125px;
	margin: 0 auto;
	height: 162px;
	margin-top: -81px;
	position: relative;
	z-index: 99;
}
.case .main .main-text .tit{
	width: 178px;
	height: 162px;
	background: #2550C3;
}
.case .main .main-text .tit .tit-text{
	font-size: 30px;
	font-weight: 700;
	text-align: center;
	color: #ffffff;
	line-height: 28px;
	letter-spacing: 5px;
	margin-top: 42px;
} 
.case .main .main-text .tit .tit-en{
	opacity: 0.1;
	font-size: 24px;
	font-family: Arial;
	font-weight: 400;
	text-align: center;
	color: #ffffff;
	line-height: 22px;
	letter-spacing: 2px;
	margin-top: 20px;
}
.case .main .main-text .tit .icon{
	width: 40px;
	height: 2px;
	opacity: 0.39;
	background: #ffffff;
	margin: 0 auto;
	margin-top: 21px;
}
.case .main .main-text .text{
	background: #FFF;
	flex: 1;
	height: 100%;
	box-shadow: -4px 0px 10px 0px rgba(0,0,0,0.14); 
	display: block;
} 
.case .main .main-text .text p{
	width: 792px;
	font-size: 16px;
	font-weight: 400;
	text-align: left;
	color: #666666;
	line-height: 30px;
	letter-spacing: 1px;
	margin-top: 20px;
	margin-left: 54px;
}
.case .main .main-text .text .text-tit{
	font-size: 24px;
	font-weight: bold;
}
.case .main .main-text .text p span{
	font-size: 16px;
	color: #4472EE;
	letter-spacing: 2px;
}
.case .main .main-text a:hover .text-tit{
	color: #4472EE;
}
.case .main .bottom{
    display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 36px;
}
.case .main .bottom .item{
	width: 210px;
}
.case .main .bottom .item img{
	width: 210px;
}
.flow{
	padding: 1px;
}
.flow .container .title {
    text-align: center;
    margin-top: 50px;
}
.flow .container .flow-title-bg{
	margin: 15px auto;
	width: 325px;
	height: 6px;
}
.flow .container .flow-title-bg img{
	width: 100%;
}
.flow .container .title span {
    font-size: 36px;
    color: #231815;
	font-weight: bold;
    line-height: 36px;
	letter-spacing: 3px;
}
.flow .container .title-bottom {
    display: flex;
    justify-content: center;
    align-items: center;
}
.flow .container .title-bottom span {
   font-size: 16px;
   font-family: Microsoft YaHei, Microsoft YaHei-Regular;
   font-weight: 400;
   text-align: center;
   color: #666666;
   line-height: 16px;
   letter-spacing: 2px;
}
.flow .main{
	margin-top: 37px;
}
.flow .main .box{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.flow .main .item{
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	position: relative;
	transition: 0.5s;
}
.flow .main .item:first-of-type{
	padding-left: 40px;
}
.flow .main .item img{
	width: 158px;
	height: 158px;
}
.flow .main .item img:nth-child(2){
	display: none;
}
.flow .main .item:hover img:nth-child(1){
	display: none;
}
.flow .main .item:hover img:nth-child(2){
	display: block;
}
.flow .main .item .text{
	font-size: 24px;
	font-weight: 400;
	text-align: center;
	color: #444444;
	line-height: 24px;
	letter-spacing: 2px;
	white-space: nowrap;
	position: absolute;
	bottom: -45px;
}
.flow .main .box .icon{
	width: 32px;
	height: 26px;
	background: url(../img/flow-icon-7.png) no-repeat center center;
}
.flow .main .btn{
	display: flex;
	width: 261px;
	height: 65px;
	background: linear-gradient(90deg,#0a33a0 0%, #4472ee 100%);
	border-radius: 30px;
	margin: 0 auto;
	margin-top: 117px;
	align-items: center;
	justify-content: center;
}
.flow .main .btn .text{
	font-size: 24px;
	font-weight: 700;
	text-align: left;
	color: #ffffff;
	line-height: 24px;
	letter-spacing: 5px;
	margin-left: 13px;
}
.flow .main .btn .icon{
	width: 26px;
	height: 27px;
	background: url(../img/flow-icon-6.png) no-repeat center center;
}
.about{
	padding: 1px;
	margin-top: 70px;
	background: #F6F6F6 url(../img/about-img-1.jpg) no-repeat center center;
	background-size: cover;
	background-position: bottom;
	padding-bottom: 650px;
}
.about .container .title {
    text-align: center;
    margin-top: 50px;
}
.about .container .about-title-bg{
	margin: 15px auto;
	width: 325px;
	height: 6px;
}
.about .container .about-title-bg img{
	width: 100%;
}
.about .container .title span {
    font-size: 36px;
    color: #231815;
	font-weight: bold;
    line-height: 36px;
	letter-spacing: 3px;
}
.about .container .title-bottom {
    display: flex;
    justify-content: center;
    align-items: center;
}
.about .container .title-bottom span {
   font-size: 16px;
   font-family: Microsoft YaHei, Microsoft YaHei-Regular;
   font-weight: 400;
   text-align: center;
   color: #666666;
   line-height: 16px;
   letter-spacing: 2px;
}
.about .main{
	margin-top: 30px;
}
.about .main .text p{
	font-size: 16px;
	font-weight: 400;
	text-align: justify;
	color: #666666;
	line-height: 36px;
	letter-spacing: 2px;
	text-indent: 2em;
}
.about .main .item-box{
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 32px;
}
.about .main .item-box .top{
	font-size: 42px;
	font-weight: 700;
	text-align: center;
	color: #333;
	line-height: 42px;
	letter-spacing: 3px;
}
.about .main .item-box .text{
	font-size: 16px;
	font-weight: 400;
	text-align: center;
	color: #333;
	line-height: 33px;
	letter-spacing: 1px;
}
.about .main .item-box .icon{
	width: 1px;
	height: 46px;
	opacity: 0.35;
	background: #000;
	margin-left: 56px;
	margin-right: 56px;
}
.message{
	height: 573px;
	background-size: cover;
}
.message .container{
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 100%;
}
.message .left{
	height: 406px;
}
.message .left .tit{
	font-size: 30px;
	font-weight: bold;
	color: #FFF;
	text-align: center;
	margin-bottom: 60px;
}
.message .left .input{
	width: 378px;
	height: 52px;
	background: #FFF;
	border-radius: 5px;
	margin: 0 auto;
	margin-top: 28px;
}
.message .left .input input{
	outline: none;
	height: 100%;
	margin-left: 20px;
	background: none;
	font-size: 16px;
}
.message .left .btn{
	width: 378px;
	height: 62px;
	background: #032852;
	color: #fff;
	font-size: 18px;
	text-align: center;
	line-height: 62px;
	border-radius: 5px;
	display: block;
	margin-top: 54px;
}
.message .right .tit{
	font-size: 30px;
	font-weight: bold;
	color: #FFF;
	text-align: center;
	margin-bottom: 60px;
}
.message .right .text{
	border-bottom: 1px dashed #DCDCDC;
	width: 389px;
}
.message .right .text p{
	margin-bottom: 30px;
	font-size: 18px;
	color: #FFF;
	text-align: center;
}
.message .right .tips{
	font-size: 16px;
	color: #989898;
	line-height: 30px;
	opacity: 0.55;
}
.message .icon{
	width: 1px;
	height: 406px;
}
.news {
    margin-bottom: 130px;
	padding-top: 1px;
}
.news .container .title {
    text-align: center;
	font-size: 48px;
	color: #124C90;
	font-weight: bold;
	margin-top: 97px;
}
.news .container .title-icon{
	width: 246px;
	height: 16px;
	background-size: 100% 100%;
	margin: 12px auto;
}
.news .container .title-bottom {
    margin: auto;
    width: 415px;
    height: 24px;
	color: #A1A1A1;
	font-size: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.news .container .title-bottom span {
    width: 415px;
    font-weight: bold;
    text-align: center;
	letter-spacing:6px;
}

.news .container .news-list {
    margin-top: 80px;
    display: flex;
    justify-content: space-between;
}

.news .container .news-list .news-left {
    width: 750px;
    height: 503px;
}

.news .container .news-list .news-left .news-left-top {
    display: flex;
    width: 100%;
    justify-content: space-between;
	border-bottom: 1px solid #E6E4E4;
	padding-bottom: 23px;
}

.news .container .news-list .news-left .news-left-top .header-left span {
    font-size: 24px;
    color: #444444;
	font-weight: bold;
	display: flex !important;
	align-items: center;
	letter-spacing: 2px;
}
.news .container .news-list .news-left .news-left-top .header-left span::before{
	content: "";
	display: block;
	width: 6px;
	height: 23px;
	background: #2152d5;
	margin-right: 4px;
}
.news .container .news-list .news-left .news-left-top .header-left .header-left-as{
	color: #444444;
}

.news .container .news-list .news-left .news-left-top .header-rigth span {
    cursor: pointer;
    margin-left: 13px;
	font-size: 16px;
	color: #4472EE;
}

.news .container .news-list .news-left .news-left-center {
    display: flex;
    margin-top: 54px;
}

.news .container .news-list .news-left .news-left-center .center-img {
    width: 246px;
    height: 162px;
}

.news .container .news-list .news-left .news-left-center .center-img img {
    width: 100%;
    height: 100%;
}

.news .container .news-list .news-left .news-left-center .center-info {
    flex:1;
    margin-left: 29px;
}
.news .container .news-list .news-left .news-left-center .center-info .center-info-title{
	display: flex;
	justify-content: space-between;
}
.news .container .news-list .news-left .news-left-center .center-info .center-info-title span{
	font-size: 14px;
	color: #979797;
	font-weight: normal;
}
.news .container .news-list .news-left .news-left-center .center-info p:nth-of-type(1) {
    font-size: 16px;
    font-weight: bold;
    color: #444444;
    line-height: 16px;
}

.news .container .news-list .news-left .news-left-center:hover .center-info p:nth-of-type(1) {
    color: #4472EE;
}

.news .container .news-list .news-left .news-left-center .center-info p:nth-of-type(2) {
    font-size: 14px;
    font-weight: 400;
    color: #666666;
    /* line-height: 23px; */
	text-align: justify;
    margin: 25px 0px 25px 0px;
}
.news .container .news-list .news-left .news-left-center .center-info .center-info-btn{
	color: #4472EE;
	font-size: 16px;
	display: flex;
	align-items: center;
}
.news .container .news-list .news-left .news-left-center .center-info .center-info-btn .center-info-icon{
	display: flex;
	justify-content: center;
	align-items: center;
	height: 15px;
	width: 15px;
	background: url(../img/news-icon-1.png) no-repeat center center;
	margin-left: 6px;
}
.news .container .news-list .news-left .news-left-center .center-info span {
    color: #0c0c0c;
    font-weight: 600;
}

.news .container .news-list .news-left .news-left-center .center-info p:nth-of-type(3) {
    font-size: 14px;
    font-weight: 400;
    color: #333333;
    text-align: right;
    line-height: 23px;
}

.news .container .news-list .news-left .news-left-bottom {
    margin-top: 35px;
}
.news .container .news-list .li-icon{
	width: 14px;
	height: 12px;
	margin-right: 5px;
	display: inline-block;
	background: url(../img/news-icon-3.png) no-repeat center center;
}
.news .container .news-list .news-left .news-left-bottom .bottom-item {
    width:100%;
    background: #ffffff;
    /* padding: 30px 19px 23px 22px; */
    position: relative;
	margin-bottom: 15px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	
}
.news .container .news-list .news-left .news-left-bottom .left-bottom-box{
	border: 1px solid #D5D3D3;
	height: 135px;
	padding: 20px 10px;
	margin-bottom: 24px;
}
.news .container .news-list .news-left .news-left-bottom .bottom-item p:nth-of-type(1) {
    font-size: 14px;
    font-weight: bold;
    color: #1a1a1a;
    line-height: 14px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 240px;
}

.news .container .news-list .news-left .news-left-bottom a:hover .bottom-item p:nth-of-type(1) {
    color: #4472EE;
}

.news .container .news-list .news-left .news-left-bottom .bottom-item p:nth-of-type(2) {
    font-size: 14px;
    font-weight: 400;
    color: #979797;
}
.news .container .news-list .news-left .news-left-bottom .bottom-text{
	font-size: 14px;
}
.news .container .news-list .news-left .news-left-bottom .bottom-text p{
	color: #454545;
	font-family: "Source";
	font-size: 13px;
	line-height: 24px;
}
.news .container .news-list .news-left .news-left-bottom .bottom-text p>span{
	color: #4472EE;
	font-size: 16px;
	display: inline-flex;
	align-items: center;
	font-weight: 400;
	float: right;
}
.news .container .news-list .news-left .news-left-bottom .bottom-text p>span .bottom-text-icon{
	color: #fff;
	display: inline-flex;
	width: 15px;
	height: 15px;
	justify-content: center;
	align-items: center;
	background: url(../img/news-icon-1.png) no-repeat center center;
	margin-left:5px;
}

.news .container .news-list .news-left .news-left-bottom .as {
    margin: 11px 0px;
}

.news .container .news-list .news-right {
    width: 391px;
}

.news .container .news-list .news-right p {
	height: 55px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-bottom: 1px solid #E6E4E4;
	padding-bottom: 23px;
}
.news .container .news-list .news-right p .news-tit{
	font-size: 24px;
	line-height: 24px;
	font-weight: bold;
	color: #444;
	display: flex;
	align-items: center;
	letter-spacing: 2px;
}
.news .container .news-list .news-right p .news-tit::before{
	content: "";
	display: block;
	width: 6px;
	height: 23px;
	background: #2152d5;
	margin-right: 7px;
}
.news .container .news-list .news-right p span{
	font-size: 16px;
	color: #737373;
	font-weight: normal;
}
.news .container .news-list .news-right ul {
	margin-top: 41px;
	width: 390px;
	height: 503px;
	border: 1px solid #D5D3D3;
}

.news .container .news-list .news-right ul li {
    padding: 20px 0;
	margin: 0 10px;
	border-bottom:1px dashed #D5D3D3;
	margin-top: 10px;
	
}
.news .container .news-list .news-right ul li:nth-last-child(1){
	border-bottom:0px dashed #D5D3D3;
}

.news .container .news-list .news-right ul li .li-title {
    font-size: 18px;
    margin-bottom: 20px;
    color: #1F1F1F;
}
.news .container .news-list .news-right ul a:hover li .li-title {
    color: #4472EE;
}
.news .container .news-list .news-right ul li .li-text{
	font-size: 14px;
	color: #7A7A7A;
	line-height: 24px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}
.news .container .news-list .news-right ul li:hover a {
    color: #4472EE;
}
.news .news-bottom{
	margin-top: 59px;
}
.news .news-bottom .top{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.news .news-bottom .top .btn{
	width: 185px;
	height: 54px;
	background: #2152d5;
	border-radius: 27px;
	font-size: 24px;
	font-weight: 700;
	text-align: center;
	color: #ffffff;
	line-height: 54px;
	letter-spacing: 2px;
}
.news .news-bottom .top .icon{
	flex: 1;
	height: 1px;
	background: #eee;
}
.news .news-bottom .top .text a{
	font-size: 18px;
	font-family: Source Han Sans CN;
	font-weight: 700;
	text-align: center;
	color: #444444;
	line-height: 18px;
	letter-spacing: 1px;
}
.news .news-bottom .top .text span{
	font-size: 18px;
	margin-left: 5px;
	margin-right: 5px;
}
.news .news-bottom .top .text .on{
	color: #2152D5;
}
.news .news-bottom .img-box{
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 30px;
}
.news .news-bottom .img-box .img-item{
	width: 380px;
	height: 245px;
}
.news .news-bottom .img-box a{
	display: block;
}
.news .news-bottom .img-box img{
	width: 100%;
	height: 100%;
}
.news .news-bottom .img-box .text{
	font-size: 18px;
	font-weight: 400;
	text-align: center;
	color: #444444;
	line-height: 18px;
	letter-spacing: 1px;
	margin-top: 20px;
}